home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Games / TileSlide / TileSlide.app / TileSlide.nib / data.classes next >
Text File  |  1993-07-10  |  659b  |  46 lines

  1. TileControl = {
  2.     ACTIONS = {
  3.     windowWillClose:;
  4.     slideTile:;
  5.     challengeMix:;
  6.     openInfoPanel:;
  7.     windowWillResize:;
  8.     appDidInit:;
  9.     selectSize:;
  10.     openBackground:;
  11.     togglePictures:;
  12.     infoPanelNotes:;
  13.     randomMix:;
  14.     windowDidResize:;
  15.     toggleNumbers:;
  16.     };
  17.     OUTLETS = {
  18.     clearBox;
  19.     slideWindowOut;
  20.     myOpenPanel;
  21.     myFontManager;
  22.     useNumbersSwitch;
  23.     usePicturesSwitch;
  24.     movesOut;
  25.     bestsMatrixOut;
  26.     picture;
  27.     bestsPanelOut;
  28.     stripe1Blanker;
  29.     stripe2;
  30.     tileSlideCV;
  31.     invisibleID;
  32.     tileBox;
  33.     infoPanelCV;
  34.     infoPanelOut;
  35.     stripe1;
  36.     listener;
  37.     stripe2Blanker;
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41. FirstResponder = {
  42.     ACTIONS = {
  43.     };
  44.     SUPERCLASS = Object;
  45. };
  46.